{timelineName}_scalex_class

specifies the name of a CSS class that will be applied to items of the X-Axis

dateDatethe date which needs formatting

Available only in PRO Edition

Example

scheduler.templates.timeline_scalex_class = function(date){
    return "";
};

Applicable views:Timeline View
Details

The template requires the timeline plugin to be activated.

See also
Back to top